home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright Apple Computer, Inc. 1986, 1987
- * All Rights Reserved
- */
- static char __dataBank;
-
- asm(SaveDB) {
- phb
- lda #^__dataBank ; high word of anything in ~globals will do
- pha
- plb
- pla
-
- rtl
- }
-
- asm(RestoreDB) {
- lda 4,s
- pha
- plb
- plb
- rtl
- }
-